tatorte only available via token
This commit is contained in:
@@ -19,7 +19,7 @@ export const checkIfExactDirectoryExists = (dir: string): Promise<boolean> => {
|
||||
});
|
||||
};
|
||||
|
||||
export const getContentofTextObject = async (bucket: string, objPath: string) => {
|
||||
export const getContentOfTextObject = async (bucket: string, objPath: string) => {
|
||||
const res = await client.getObject(bucket, objPath);
|
||||
|
||||
const text = await new Response(res).text();
|
||||
|
||||
Reference in New Issue
Block a user