Skip to content

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

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

GarrettBeatty
Copy link

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.


try
{
const string bucketName = "amzn-s3-demo-bucket";
Copy link
Author

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();
Copy link
Author

@GarrettBeatty GarrettBeatty Jul 24, 2025

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)
Copy link
Author

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();
Copy link
Author

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

@brmur brmur requested a review from rlhagerm July 25, 2025 15:30
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.

1 participant