@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/dist/index.mjs
CHANGED
|
@@ -13397,7 +13397,8 @@ function useFileService() {
|
|
|
13397
13397
|
secretAccessKey: SPACES_SECRET_KEY,
|
|
13398
13398
|
endpoint: SPACES_ENDPOINT,
|
|
13399
13399
|
region: SPACES_REGION,
|
|
13400
|
-
bucket: SPACES_BUCKET
|
|
13400
|
+
bucket: SPACES_BUCKET,
|
|
13401
|
+
forcePathStyle: true
|
|
13401
13402
|
});
|
|
13402
13403
|
async function createFile(value) {
|
|
13403
13404
|
const session = useAtlas8.getClient()?.startSession();
|