mirror of
https://github.com/Nezumi-2711/google-drive-s3.git
synced 2026-09-22 13:38:30 +00:00
feat: add api for manage s3 storage
This commit is contained in:
+2
-4
@@ -12,10 +12,8 @@ GOOGLE_CLIENT_ID=replace-with-google-oauth-client-id
|
||||
GOOGLE_CLIENT_SECRET=replace-with-google-oauth-client-secret
|
||||
GOOGLE_REFRESH_TOKEN=replace-with-google-refresh-token
|
||||
|
||||
# Comma-separated, exact bucket names. Unset denies every bucket.
|
||||
ALLOWED_BUCKETS=assets
|
||||
# Optional comma-separated subset of ALLOWED_BUCKETS that permits unsigned GET/HEAD.
|
||||
PUBLIC_READ_BUCKETS=
|
||||
# Google Drive storage root folder name
|
||||
DRIVE_ROOT_FOLDER=s3-storage
|
||||
|
||||
# Plaintext password for dashboard management API authentication.
|
||||
DASHBOARD_PASSWORD=replace-with-dashboard-password
|
||||
|
||||
Reference in New Issue
Block a user