Skip to content

IAmazonS3: Generating cache-friendly presigned URLs #3885

@miroljub1995

Description

@miroljub1995

Describe the feature

We would like to generate cache-friendly urls so browsers could cache response if signing time is short.
Right now URL has X-Amz-Date parameter which is a problem to cache.

There is a workaround for nodejs, but it is little hacky and wouldn't do it like that even if it can be done in dotnet.

Use Case

Cache responses when signing time is short (short in the context of the business logic).

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

AWS .NET SDK and/or Package version used

AWSSDK.S3 4.0.1.6

Targeted .NET Platform

.NET 9

Operating System and version

Any

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestA feature should be added or improved.p3This is a minor priority issues3

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions