🇮🇳India selvakumar
We should use DrupalDateTime class for creating date/time otherwise we will get "Error: Class "DrupalDateTime" not found" error.
use Drupal\Core\Datetime\DrupalDateTime;
🇮🇳India selvakumar
Thanks #4 works for me.
🇮🇳India selvakumar
I am using Drupal 9.5.11
Media module
I am also facing same issue. At the initial time I used public file, after that I have changed to S3FS bucket for storing all media files. How to change the "Upload destination" to "S3 File System"