-
Notifications
You must be signed in to change notification settings - Fork 9
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
Single bucket using S3 APIs #114
Conversation
Also ensure that the precomputated actions are the intersection of all user's actions.
specifications identical: /foo/bar/+* /foo/bar/ + *
/somedir /somedir/
Add unit tests
/* => /** /+* => /+**
[email protected] {{IMS_USER_ID}} {{YOUR_ORG_IDENT}} {{YOUR_ORG_IDENT}}/{{name-of-group}} {{YOUR_ORG_IDENT}}/[email protected]
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #114 +/- ##
==========================================
- Coverage 77.44% 76.56% -0.88%
==========================================
Files 38 39 +1
Lines 1822 2155 +333
==========================================
+ Hits 1411 1650 +239
- Misses 411 505 +94 ☔ View full report in Codecov by Sentry. |
🎉 This PR is included in version 1.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This is in the |
Description
Implement storage using a single bucket using S3 APIs.
The bucket is normally called
da-content
but the name can be overridden in the wrangler.toml file.Related Issue
Fixes: #113
How Has This Been Tested?
Testing is currently in progress.
Types of changes
Checklist: