Skip to content
New issue

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

various improvements #10

Merged
merged 7 commits into from
Oct 23, 2023
Merged

various improvements #10

merged 7 commits into from
Oct 23, 2023

Conversation

EvanBldy
Copy link
Member

@EvanBldy EvanBldy commented Oct 23, 2023

Problem

  • Some libs are outdated.
  • The blueprint that serve files is registered whether FS_SERVE is to False.
  • There's no settings.json for vscode to set black as default formatter.
  • There's no config option for s3 and swift to not head/put bucket/container at init.
  • It's not possible to set multiple backends encrypted or not in the same app, because it's a global configuration option.

Solution

  • Upgrade some libs.
  • The blueprint that serve files is not registered when FS_SERVE is to False.
  • Add settings.json for vscode to set black as default formatter.
  • Add config option for s3 and swift to not head/put bucket/container at init : FS_SWIFT_CREATE_CONTAINER / FS_S3_CREATE_BUCKET
  • It's now possible to set multiple backends encrypted or not in the same app, it's now a backend config option.

@EvanBldy EvanBldy merged commit a6102e6 into cgwire:master Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant