@goweekdays/core 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -13431,7 +13431,8 @@ function useFileService() {
|
|
|
13431
13431
|
secretAccessKey: SPACES_SECRET_KEY,
|
|
13432
13432
|
endpoint: SPACES_ENDPOINT,
|
|
13433
13433
|
region: SPACES_REGION,
|
|
13434
|
-
bucket: SPACES_BUCKET
|
|
13434
|
+
bucket: SPACES_BUCKET,
|
|
13435
|
+
forcePathStyle: true
|
|
13435
13436
|
});
|
|
13436
13437
|
async function createFile(value) {
|
|
13437
13438
|
const session = import_utils14.useAtlas.getClient()?.startSession();
|