Skip to content

Conversation

shepazon
Copy link
Contributor

@shepazon shepazon commented Oct 10, 2025

This PR adds two examples for the Swift S3 Transfer Manager:

  • download-streaming is an example which downloads a bucket to the local machine's Downloads directory, with output showing the progress of the overall download and of the individual files. It's not glamorous output, but it gets the point across.
  • get-bucket is an example that downloads a bucket, with no progress reporting, to the local machine's Downloads directory. This is a simple example showing a download operation, compared to the previous one which is used to show how to get streamed status information.
  • upload-file uploads a single file to the specified S3 bucket. This is a simpler example which doesn't show progress, and uses the default configuration.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@shepazon shepazon self-assigned this Oct 10, 2025
@shepazon shepazon added Swift This issue relates to the AWS SDK for Swift Task A general update to the code base for language clarification, missing actions, tests, etc. labels Oct 10, 2025
@shepazon shepazon requested a review from tejasgn1 October 10, 2025 15:45
@shepazon shepazon marked this pull request as draft October 15, 2025 16:01
@shepazon shepazon marked this pull request as ready for review October 17, 2025 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Swift This issue relates to the AWS SDK for Swift Task A general update to the code base for language clarification, missing actions, tests, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant