Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Add handlers for s3 URL generation#2

Open
nmorgan-cb wants to merge 4 commits intocoinbase-samples:waas-workshopfrom
nmorgan-cb:s3_backup
Open

Add handlers for s3 URL generation#2
nmorgan-cb wants to merge 4 commits intocoinbase-samples:waas-workshopfrom
nmorgan-cb:s3_backup

Conversation

@nmorgan-cb
Copy link

No description provided.

Copy link
Contributor

@rcbgr rcbgr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nearly there. Please update the 3P license information file too for the AWS SDK

@nmorgan-cb nmorgan-cb requested a review from rcbgr July 20, 2023 18:52
Copy link
Contributor

@rcbgr rcbgr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor change requested

config/config.go Outdated
AppUrl string `mapstructure:"APP_URL"`
AwsS3Enabled bool `mapstructure:"AWS_S3_ENABLED"`
BucketName string `mapstructure:"BUCKET_NAME"`
PresignedUrlExpiration int64 `mapstructure:"PRESIGNED_URL_EXPIRATION"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a comment about units or add to var name. Is this ms or sec?

You could do PresignedUrlExpirationInSec or InMs

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants