We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Google Storage is S3 Compatible.
in my sftpgo configuration:
What i can't do is use google as an S3 compatible folder.
Following terraform used (same from UI)
resource "sftpgo_folder" "s3_gcp" { name = "s3_gcp" mapped_path = "/tmp" filesystem = { provider = 2 # GCS gcsconfig = { bucket = "my-bucket" credentials = file("sa-key.json") key_prefix = "folder/" } } } resource "sftpgo_folder" "s3_gcp2" { name = "s3_gcp2" mapped_path = "/tmp" filesystem = { provider = 1 # S3 Compatible s3config = { endpoint = "https://storage.googleapis.com" region = "us-central1" bucket = "my-bucket" access_key = "GOOGJJJJJJJJJJJJJJJJ" access_secret = "HVUaSF+aaaaaaaaaaaaa/Jbbbbbbbbbb" # force_path_style = true key_prefix = "folder/" # skip_tls_verify = true } } }
I keep getting:
error retrieving directory entries: operation error S3: ListObjectsV2, https response error StatusCode: 403, RequestID: , HostID: , api error SignatureDoesNotMatch: Access denied.
.
2.6.6
sqlite
Community Docker image
config
Private user, home usecase (home backup/VPS)
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug description
Google Storage is S3 Compatible.
in my sftpgo configuration:
What i can't do is use google as an S3 compatible folder.
Following terraform used (same from UI)
I keep getting:
Steps to reproduce
Expected behavior
.
SFTPGo version
2.6.6
Data provider
sqlite
Installation method
Community Docker image
Configuration
config
Relevant log output
What are you using SFTPGo for?
Private user, home usecase (home backup/VPS)
Additional info
No response
The text was updated successfully, but these errors were encountered: