We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should convert all the properties to use dots instead of underscores, as this is the real Java convention.
How it looks currently:
amazon.properties
bucket_name=/bucket s3fs_access_key=AKIAEXAMPLEKEY s3fs_secret_key=fadf3rafsadf3r23wafsdf9i209ifs s3fs_region=eu-west-2 s3fs_protocol=https
How it should look:
s3fs.bucket.name=/bucket s3fs.access.key=AKIAEXAMPLEKEY s3fs.secret.key=fadf3rafsadf3r23wafsdf9i209ifs s3fs.region=eu-west-2 s3fs.protocol=https
The following tasks will need to be carried out:
bucket_name
s3fs.bucket.name
This task:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Task Description
We should convert all the properties to use dots instead of underscores, as this is the real Java convention.
How it looks currently:
amazon.properties
How it should look:
amazon.properties
Tasks
The following tasks will need to be carried out:
bucket_name
property tos3fs.bucket.name
.Task Relationships
This task:
Help
The text was updated successfully, but these errors were encountered: