-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Dotnetv4: Add CreatePresignedPost in S3 #7536
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
base: main
Are you sure you want to change the base?
Conversation
|
||
try | ||
{ | ||
const string bucketName = "amzn-s3-demo-bucket"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
im using this bucket name which i see in other examples
_uiMethods.DisplayTitle("Step 1: Create an S3 bucket"); | ||
|
||
// Create a unique bucket name for the scenario | ||
_bucketName = $"presigned-post-demo-{DateTime.Now:yyyyMMddHHmmss}".ToLower(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
im assuming this is fine. please let me know if otherwise
Code examples that show you how to accomplish a specific task by calling multiple | ||
functions within the same service. | ||
|
||
- [](Scenarios/S3_CreatePresignedPost/CreatePresignedPostBasics.cs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this doesnt seem to be generated right using the automation
_uiMethods.DisplayTitle("Step 1: Create an S3 bucket"); | ||
|
||
// Create a unique bucket name for the scenario | ||
_bucketName = $"presigned-post-demo-{DateTime.Now:yyyyMMddHHmmss}".ToLower(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
assuming this is fine please let me know otherwise
47cb2f4
to
2d1679c
Compare
This pull request adds examples for aws/aws-sdk-net#3902
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.