-
Hi,
Currently using AWSS3TransferManager to upload/download with SSE-C and it's working great.
Is it possible to upload/download using AWSS3TransferUtility with SSE-C for background transfer?
Thanks…
-
```
When prompting for a password, the name of the file needing the password
isn't shown anywhere. If you'd queued up a bunch of files to decompress
and one somewhere in the middle needs a password, …
-
```
When prompting for a password, the name of the file needing the password
isn't shown anywhere. If you'd queued up a bunch of files to decompress
and one somewhere in the middle needs a password, …
-
```
When prompting for a password, the name of the file needing the password
isn't shown anywhere. If you'd queued up a bunch of files to decompress
and one somewhere in the middle needs a password, …
-
Could be nice to mention in the documentation where we can find the object ProgressView.
Apparently it's under `window.plugins`
-
```
When prompting for a password, the name of the file needing the password
isn't shown anywhere. If you'd queued up a bunch of files to decompress
and one somewhere in the middle needs a password, …
-
I use glide to load picture, my picture have three model:
- Standard resolution (best)
- Low resolution
- Thumbnail resolution (bad)
The first my grid screen load picture with low resolution if suces…
-
Hey, there is a rendering issue when using ProgressView
Missing styles. Is the correct theme chosen for this layout?
Use the Theme combo box above the layout to choose a different layout, or fix the…
-
Hi I loved this library and thanks for such a awesome work. I have implemented it into my project and it works like charm. But I have facing some strange issue.
I have used Tab on my project in which…
-
it calls the method:addMenuView when I scroll , and go to below lines:
- if (self.selectIndex != 0) {
- [self.menuView selectItemAtIndex:self.selectIndex];
- }
then in the WMMenuView.m:
-(void)select…