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

Swift: Simplified example for Swift guide intro #4983

Merged
merged 7 commits into from
Jul 10, 2023

Conversation

shepazon
Copy link
Contributor

This is a simplified Amazon S3 "ListBuckets" example for the AWS SDK for Swift. There is no mocking support, no test suite, and no command line parsing or other "extra" features. All the code does is use your default credentials to dump a list of your Amazon S3 buckets to the screen.

Code was taken from the previously-approved sample for listBuckets.

To test, build it and run. You should see a list of your Amazon S3 buckets. That's all there is to it.


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 Jun 23, 2023
@shepazon shepazon requested a review from lkdavies June 23, 2023 19:47
@rlhagerm rlhagerm requested review from a team, cpyle0819 and DavidSouther and removed request for a team and cpyle0819 June 28, 2023 18:27
@shepazon
Copy link
Contributor Author

shepazon commented Jul 5, 2023

Requested changes have all been made. Ready for final look and hopefully merging.

@shepazon
Copy link
Contributor Author

shepazon commented Jul 7, 2023

Finally realized I forgot to ask for text review. That's been done now.

@shepazon
Copy link
Contributor Author

This is finished with all approvals and is ready to merge.

This is a simplified Amazon S3 "ListBuckets" example for the AWS SDK for
Swift. There is no mocking support, no test suite, and no command line parsing
or other "extra" features. All the code does is use your default credentials
to dump a list of your Amazon S3 buckets to the screen.

To test, build it and run. You should see a list of your Amazon S3 buckets.
That's all there is to it.
@cpyle0819 cpyle0819 merged commit 25b40c3 into awsdocs:main Jul 10, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants