Skip to content

feat: s3 uploading provider #113

Description

@MichaelHillcox

Is your feature request related to a problem? Please describe.
Forgive me if this has already been suggested, I've taken a search through the issues but nothing came up.

The ability to set an upload destination to an S3 Provider, ideally abstract enough to support different providers like Digital Ocean Spaces, S3, Cloudflare R2, Backblaze (selfhosted s3) etc.

Technically with what is provided via your json spec, this might nearly be possible but one of the complications is the signature that needs to be generated from the data you're about to upload. In-code this is relatively trivial but via the JSON, I couldn't quite figure it out.

Describe the solution you'd like

  • Ability to define your custom provider as a S3 provider
  • Support url rewriting like you do in the JSON where you can take different parts to use as a replacement pattern.

Describe alternatives you've considered

  • Attempted to use the json providers exampled

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions