Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NIO write operations #5

Merged
merged 13 commits into from
Feb 23, 2023

Commits on Feb 7, 2023

  1. Update sdk version and added s3-transfer-manager

    Philipp Oehme committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    1e23fdb View commit details
    Browse the repository at this point in the history
  2. Added NIO operations to S3FileSystemProvider.java

    Philipp Oehme committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    59024a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Added tests in S3FileSystemProviderTest.java and fixed bug within the…

    … copy method
    Philipp Oehme committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    b32d00a View commit details
    Browse the repository at this point in the history
  2. Remove unused artifact from S3FileSystemProvider.java

    Philipp Oehme committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    fb6b184 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Added S3WritableByteChannel to add capabilities to write to files on s3

    * added the crt library for the s3 transfermanager
    * added S3WritableByteChannel and enabled the basic test case
    * changed the async s3 client to use the crt builder
    Philipp Oehme committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    0ae6812 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Added back constructors which may be used and fixed typo

    Philipp Oehme committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    7f5a331 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8384428 View commit details
    Browse the repository at this point in the history
  3. Enable the checkAccess method for write access mode

    Philipp Oehme committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    db96fb5 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Remove file channel creation in testGetOpenChannelsIsNotModifiable in…

    … order to focus the test on the channel collection handling
    Philipp Oehme committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    56236cb View commit details
    Browse the repository at this point in the history
  2. Added optional timeout handling to S3SeekableByteChannel.java as well…

    … as the read and write channel and adapted tests
    Philipp Oehme committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    7be8416 View commit details
    Browse the repository at this point in the history
  3. adapted README.md to the new write functionality

    Philipp Oehme committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    78e5d3e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Update README.md

    markjschreiber committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    8a3c557 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    markjschreiber committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    f6a00cf View commit details
    Browse the repository at this point in the history