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

Better description of S3Mock API usage and SDK usage. #1285

Merged
merged 3 commits into from
Aug 15, 2023

Conversation

afranken
Copy link
Member

@afranken afranken commented Aug 8, 2023

Description

AWS SDKs need to be configured with path-style access, CLI with "endpoint", HTTP access works as well.

Presigned URIs can be created against S3Mock when enforcing path-style access in the S3Presigner.
S3Mock ignores all parameters for presigned URIs and just serves the request.

Related Issue

Fixes #219, #125, #1196

Tasks

  • I have signed the CLA.
  • I have written tests and verified that they fail without my change.

@afranken afranken self-assigned this Aug 8, 2023
@afranken afranken added housekeeping documentation Questions and answers RE: missing documentation labels Aug 8, 2023
@afranken afranken force-pushed the 219-support-presigned-uris branch 4 times, most recently from 4ed2781 to 7f040e1 Compare August 15, 2023 14:24
afranken and others added 3 commits August 15, 2023 16:30
AWS SDKs need to be configured with path-style access, CLI with
"endpoint", HTTP access works as well.
Presigned URIs can be created against S3Mock when enforcing path-style
access in the S3Presigner.
S3Mock ignores all parameters for presigned URIs and just serves the
request.

Fixes #219, #125, #1196
Presigned GET
Presigned PUT
Presigned multipart requests
For unknown reasons, in the PRs CodeQL wants the file to be named
"codeql-analysis.yml".
@afranken afranken merged commit 55b8aaa into main Aug 15, 2023
5 checks passed
@afranken afranken deleted the 219-support-presigned-uris branch August 15, 2023 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Questions and answers RE: missing documentation housekeeping
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot get generate_presigned_post to work
1 participant