Skip to content

Commit 659e807

Browse files
chore: remove "gen 2 not available" banners for flutter (#7638)
1 parent 7217eea commit 659e807

File tree

12 files changed

+0
-86
lines changed

12 files changed

+0
-86
lines changed

src/pages/[platform]/build-a-backend/storage/authorization/index.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@ export function getStaticProps(context) {
3030
};
3131
}
3232

33-
<InlineFilter filters={['flutter']}>
34-
<Callout warning>
35-
36-
Storage for Gen 2 is not yet available for Flutter
37-
</Callout>
38-
</InlineFilter>
39-
4033
Customize authorization for your storage bucket by defining access to file paths for guests, authenticated users, and user groups. Access can also be defined for functions that require access to the storage bucket.
4134

4235
Refer to the following examples to understand how you can further customize authorization against different user types.

src/pages/[platform]/build-a-backend/storage/copy-files/index.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ export function getStaticProps(context) {
2727
};
2828
}
2929

30-
<InlineFilter filters={['flutter']}>
31-
<Callout warning>
32-
33-
Storage for Gen 2 is not yet available for Flutter
34-
</Callout>
35-
</InlineFilter>
36-
3730
<Callout>
3831

3932
**Note:** You can only copy files up to 5GB in a single operation

src/pages/[platform]/build-a-backend/storage/data-usage/index.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@ export function getStaticProps(context) {
2020
};
2121
}
2222

23-
<InlineFilter filters={['flutter']}>
24-
<Callout warning>
25-
26-
Storage for Gen 2 is not yet available for Flutter
27-
</Callout>
28-
</InlineFilter>
29-
30-
3123
Apple requires app developers to provide the data usage policy of the app when they submit their app to the App Store. See Apple's [User privacy and data use](https://developer.apple.com/app-store/user-privacy-and-data-use/) for more details. Amplify Library is used to interact with AWS resources under the developer’s ownership and management. The library cannot predict the usage of its APIs and it is up to the developer to provide the privacy manifest that accurately reflects the data collected by the app. Below are the different categories identified by Apple and the corresponding data type used by the Amplify Library.
3224

3325
By utilizing the library, Amplify gathers API usage metrics from the AWS services accessed. This process involves adding a user agent to the request made to your AWS service. The user-agent header is included with information about the Amplify Library version, operating system name, and version. AWS collects this data to generate metrics related to our library usage. This information is not linked to the user’s identity and not used for tracking purposes as described in Apple's privacy and data use guidelines.

src/pages/[platform]/build-a-backend/storage/download-files/index.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ export function getStaticProps(context) {
2929
};
3030
}
3131

32-
<InlineFilter filters={['flutter']}>
33-
<Callout warning>
34-
35-
Storage for Gen 2 is not yet available for Flutter
36-
</Callout>
37-
</InlineFilter>
38-
3932
<InlineFilter filters={["react", "javascript", "nextjs"]}>
4033

4134
## Storage Image React UI Component

src/pages/[platform]/build-a-backend/storage/extend-s3-resources/index.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ export function getStaticProps(context) {
2929
};
3030
}
3131

32-
<InlineFilter filters={['flutter']}>
33-
<Callout warning>
34-
35-
Storage for Gen 2 is not yet available for Flutter
36-
</Callout>
37-
</InlineFilter>
38-
3932
## For Amplify-generated S3 resources
4033

4134
Amplify Storage generates Amazon S3 resources to offer storage features. You can access the underlying Amazon S3 resources to further customize your backend configuration by using the AWS Cloud Developer Kit (AWS CDK).

src/pages/[platform]/build-a-backend/storage/index.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,4 @@ export function getStaticProps(context) {
3232
};
3333
}
3434

35-
<InlineFilter filters={['flutter']}>
36-
<Callout warning>
37-
38-
Storage for Gen 2 is not yet available for Flutter
39-
</Callout>
40-
</InlineFilter>
41-
4235
<Overview childPageNodes={props.childPageNodes} />

src/pages/[platform]/build-a-backend/storage/lambda-triggers/index.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,6 @@ export function getStaticProps(context) {
2929
};
3030
}
3131

32-
33-
<InlineFilter filters={['flutter']}>
34-
<Callout warning>
35-
36-
Storage for Gen 2 is not yet available for Flutter
37-
</Callout>
38-
</InlineFilter>
39-
4032
Function triggers can be configured to enable event-based workflows when files are uploaded or deleted. To add a function trigger, modify the `defineStorage` configuration.
4133

4234
First, in your storage definition, add the following:

src/pages/[platform]/build-a-backend/storage/list-files/index.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ export function getStaticProps(context) {
2929
};
3030
}
3131

32-
<InlineFilter filters={['flutter']}>
33-
<Callout warning>
34-
35-
Storage for Gen 2 is not yet available for Flutter
36-
</Callout>
37-
</InlineFilter>
38-
3932
You can list files without having to download all the files. You can do this by using the listFile API from the Amplify Library for Storage. You can also get properties individually for a file using the getProperties API.
4033

4134
## List Files

src/pages/[platform]/build-a-backend/storage/remove-files/index.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ export function getStaticProps(context) {
2929
};
3030
}
3131

32-
<InlineFilter filters={['flutter']}>
33-
<Callout warning>
34-
35-
Storage for Gen 2 is not yet available for Flutter
36-
</Callout>
37-
</InlineFilter>
38-
3932
Files can be removed from a storage bucket using the 'remove' API. If a file is protected by an identity Id, only the user who owns the file will be able to remove it.
4033

4134
<InlineFilter filters={["react", "angular", "javascript", "vue", "nextjs", "react-native"]}>

src/pages/[platform]/build-a-backend/storage/set-up-storage/index.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ export function getStaticProps(context) {
2929
};
3030
}
3131

32-
<InlineFilter filters={['flutter']}>
33-
<Callout warning>
34-
35-
Storage for Gen 2 is not yet available for Flutter
36-
</Callout>
37-
</InlineFilter>
38-
3932
In this guide, you will learn how to set up storage in your Amplify app. You will set up your backend resources, and enable listing, uploading, and downloading files.
4033

4134
If you have not yet created an Amplify app, visit the [quickstart guide](/[platform]/start/quickstart/).

0 commit comments

Comments
 (0)